mime/quotedprintable.Writer.checkLastByte (method)

3 uses

	mime/quotedprintable (current package)
		writer.go#L68: 	if err := w.checkLastByte(); err != nil {
		writer.go#L89: 			if err := w.checkLastByte(); err != nil {
		writer.go#L130: func (w *Writer) checkLastByte() error {